@charset "utf-8";

* {margin: 0px;padding: 0px;}
img {
	border: none;
	max-width: 100%;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	text-decoration: none;
	color: #333;
}
html {
	min-height: 100%;
}
body {
	min-height: 100%;
	font-size: 12px;
	color: #262626;
	font-family: Arial, "Microsoft Yahei";
	min-width: 1000px;
	background:#eff8fd;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
}

.zi-view table {border-collapse: collapse; width:100%;}/*为表格设置合并边框模型*/
.zi-view table td{
	border: 1px solid #ddd;
	padding:3px 5px;
	font-size:14px;
	text-align:left;
}

input, textarea, select {
	font-family: Arial, "Microsoft YaHei";
	font-size: 12px;
	outline: none;
}
.fg {
	clear: both;
	width: 100%;
	height: 0px;
}
.red {
	color: #F00;
}
#zd {
	position: fixed;
	width: 100%;
	z-index: 10000;
	height: 100000px;
	background: url(/images/hei.png);
	top: 0px;
	left: 0px;
	opacity: 0;
}
#zi {
	position: fixed;
	z-index: 10001;
	height: 30px;
	line-height: 30px;
	padding: 15px 20px;
	background: #fff;
	color: #666;
	font-size: 16px;
	box-shadow: 0 0 10px #333;
	opacity: 0;
	display: block;
}
#zi i {
	display: block;
	height: 30px;
	width: 30px;
	background: url(/images/gt.png);
	float: left;
	margin-right: 8px;
}
#cha-box {
	width: 480px;
	height: 320px;
	position: fixed;
	z-index: 1000000;
	background: #fff;
	left: 50%;
	top: 50%;
	margin: -160px -240px;
	box-shadow: 0 0 20px rgba(0,0,0,.175);
}
#cha-box .type {
	height: 63px;
	background: url(../../../images/ww_03.png) center
}
#cha-box .view {
	width: 415px;
	border-bottom: 1px solid #ddd;
	height: 160px;
	padding-top: 18px;
	margin: auto;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 3em;
}
#cha-box .bottom {
	width: 415px;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
	margin: auto;
	position: relative;
}

/*ding*/
#ding{ height:32px; line-height:32px; background:#efefef; border-bottom:1px solid #d9d9d9;}
#ding .ding{ width:1000px; margin:auto; height:32px; color:#7d7d7d; position:relative;}
#ding .ding .changecity{ color:#7d7d7d;  cursor:pointer; position:relative; display:inline-block; *display:inline; *zoom:1; padding:0 10px;}
#ding .ding .changecity:hover,#ding .ding span{ color:#0e7bcf;}

#ding .ding .changecity:hover{ border:1px solid #d9d9d9; border-top:0px; border-bottom:1px solid #fff; z-index:10; padding:0 9px; background:#fff;}
#ding .ding .changecity .list{border:1px solid #d9d9d9; border-top:0px;  position:absolute; width:200px; left:-1px; top:32px;  padding-top:1px; display:none}
#ding .ding .changecity:hover .list{ display:block;}
#ding .ding .changecity .list dl{background:#fff;padding:0 0 0 9px;}
#ding .ding .changecity .list dl a{ margin-right:9px;}
#ding .ding .changecity .list dl a:hover{ color:#0E7BCF;}
#ding .ding span{ margin:0 5px; display:inline-block;*display:inline; *zoom:1;}
#ding .ding .href{ position:absolute; right:0px; top:0px; height:32px;}
#ding .ding .href span{ color:#7d7d7d; }
/*ding end*/


/*top*/

#top {
	height: 134px;
	min-width: 1000px;
	margin: auto;
	background: #fff;
	position: relative;
	z-index:1;
	background-color:#eff8fd;

}
#top .top {
	height: 134px;
	position: relative;
	width: 1000px;
	margin: auto;

}
#top .top .logo {
	display: block;
	position: absolute;
	left: 0px;
	top: 18px;
	/*height:112px;*/
	max-width: 710px;
}
#top .top .logo img {
	max-width: 100%;
	height: 100%x;
	 display:block;
}
#top .top .ewm {
	position: absolute;
	max-width: 500px;
	text-align: right;
	top: 0px;
	right: 0px;
}
.top .ewm img{ display:block; }
/*top end*/
/*nav*/

#nav{ position:relative; z-index:100; min-width:1000px; margin:-9px auto -8px; height:49px; padding-bottom:8px;
 background:url(../../../images/nav_06.png) bottom repeat-x;}

#nav .menu {
	width: 1000px;
	height: 49px;
	margin:auto;
	background:url(../../../images/nav_08.png) bottom left no-repeat;
}
#nav .menu ul {
	display: block;
	height: 49px;
}
#nav .menu ul li {
	display: block;
	float: left;
	width: 143px;
	width:142px;
	height: 49px;
	position: relative;
	background:url(../../../images/nav_08.png) bottom right no-repeat;
}
#nav .menu ul li.on{ width:142px; overflow:hidden;}
#nav .menu ul li .a {
	display: block;
	height: 41px;
	line-height: 41px;
	padding-top:9px;
	font-size: 14px;
	 color:#fff;
	overflow: hidden;
	text-align: center;
	background-position:top;

}
#nav .menu ul li.on .a {
	background:url(../../../images/nav_03.png) top no-repeat ;
}

#nav .menu ul li .xiala {
	position: absolute;
	width: 100%;
	top: 49px;
	left: 0px;
	background: rgba(255,255,255,.9);
	display: none !important;
}
#nav .menu ul li .xiala dl dd {
	display: block;
	text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #fff;
}
#nav .menu ul li .xiala dl dd a {
	display: block;
	height: 30px;
	overflow: hidden;
	position: relative;
	color: #555;
}
#nav .menu ul li .xiala dl dd a:hover {
	color: #007bc0;
	background:#ddd;
}

/*nav end*/
/*search*/
.search-box{ height:39px; width:940px; padding:0 60px 4px;  background:url(../../../images/search_11.png) bottom no-repeat; color:#fff; line-height:39px; left:50%; margin-left:-530px; position:absolute; top:207px; z-index:10;}
.search-box b{ font-size:16px;}
.search-box .search{ float:right; width:258px; height:25px; background:url(../../../images/nav_13.png); margin-top:7px;}
.search-box .search .s-box{ height:25px; padding:0 15px;  float:left; width:170px; border:0px; background:none; }
.search-box .search .s-btn{ float:right; height:25px; width:46px; float:right0px; border:0px; background:none; cursor:pointer;}
/*search end*/



/*banner*/
#banner{min-width:1000px; margin:auto; height:540px; position:relative; overflow:hidden; background:#fff;}
#banner .btn{ width:35px; height:120px; display:none; cursor:pointer; top:50%; margin-top:-60px; z-index:10; position:absolute;}
#banner .btn.prev{ left:0px;}
#banner .btn.next{ right:0px;}
#banner .list,#banner .list ul,#banner .list ul li,#banner .list ul li a{ height:540px; width:100% !important; display:block; background-position:center; background-size:cover; background-repeat:no-repeat;}
#banner .hd{ z-index:10;  width:1000px; text-align:center; margin:auto; height:8px; padding:30px 0; position:absolute; bottom:0px; left:50%; margin-left:-500px;  }
#banner .hd ul li{ display:inline-block; *display:inline; *zoom:1; height:10px; width:10px; margin:0 8px; background:none; cursor:pointer; border:1px solid #fff; position:relative; top:-3px;}
#banner .hd ul li.on{ background:#fff;}
/*banner end*/

.index-about {
	width: 1200px;
	margin: auto;
}
.index-about .view {
	width: 946px;
	border: 2px solid #007bc0;
	border-top: 0px;
	padding: 30px;
	margin: auto;
	line-height: 1.8;
}
.index-about .more-href {
	width: 276px;
	height: 44px;
	line-height: 44px;
	display: block;
	margin: 38px auto 0;
	border-radius: 23px;
	border: 1px solid #dfdfdf;
	color: #0093dd;
	font-size: 16px;
	text-align: center;
}
.index-about .more-href:hover{ border: 1px solid #0093dd; color:#fff; background:#0093dd;}
/*产品*/
#index-pro{ min-width:1000px; background:#f3f6f7;}
#index-pro .main{ height:663px; width:1000px; margin:auto; padding:50px 0;}
#index-pro .main .left{ float:left; width:233px;}
#index-pro .main .left .type{ height:56px; line-height:56px; color:#fff; font-weight:bold; background:url(../../../images/index_03.png); text-align:center; font-size:22px; margin-bottom:21px;}
#index-pro .main .left .list{ margin-bottom:0px; overflow:hidden;}
#index-pro .main .left .list li{ margin-bottom:22px; display:block; height:38px; overflow:hidden; position:relative; line-height:38px; text-align:center;}
#index-pro .main .left .list li a{ display:block; line-height:36px; color:#0073cc; border:1px solid #e5e5e5; overflow:hidden; height:36px; background:url(../../../images/index_14.png);}
#index-pro .main .left .list li a:hover{ background:#f5f5f5;}

#index-pro .main .left .contact{ height:166px; background:url(../../../images/mv_03.png) bottom no-repeat; border:1px solid #e4e4e4; color:#0073cc;}
#index-pro .main .left .contact .bbt{ height:40px; line-height:40px; color:#fff; background:url(../../../images/index_19.png); border-bottom:1px solid #e4e4e4; padding-left:16px; color:#ffffff; font-size:14px;}
#index-pro .main .left .contact .small{ padding: 40px 0 0 15px; line-height:20px;}
#index-pro .main .left .contact .big{ padding: 0px 0 0 15px; line-height:20px; font-size:18px; font-weight:bold;}
#index-pro .main .right{ float:right; background:#fff; border:1px solid #dfdfdf; width:735px; overflow:hidden; position:relative; height:665px;}
#index-pro .main .right .type{ height:53px; background:url(../../../images/index_06.png); border-bottom:2px solid #cbcbcb; line-height:53px;padding:0 20px; }
#index-pro .main .right .type a{ float:right; color:#999;}
#index-pro .main .right .type a:hover{ color:#0073cc;}
#index-pro .main .right .type b{ color:#0073cc; font-size:22px;} 

#index-pro .main .right .list{ padding-top:19px;}
#index-pro .main .right .list ul li{ display:block; width:214px; float:left; margin:0 4px 9px 21px;margin:0 4px 12px 21px;}
#index-pro .main .right .list ul li a{ display:block; height:185px; text-align:center; font-weight:bold; background:url(../../../images/index_11.png) top no-repeat;}
#index-pro .main .right .list ul li a img{ float:left; margin:1px 0 9px 1px; width:204px; height:139px; display:block;}
#index-pro .main .right .list ul li a .title{ height:36px; line-height:36px; overflow:hidden; position:relative; clear:both;}
#index-pro .main .right .list ul li a:hover{ color:#0073cc;}
/*大广告*/
#index-gg{ background:url(../../../images/index_22.png) top no-repeat #f7f7f7; min-height:500px; min-width:1000px; margin:auto; color:#555555; line-height:2;}
#index-gg .view{ width:1000px; margin:auto; overflow:hidden; position:relative;}
/**/
#index-bottom{ min-width:1000px; margin:auto; background:#f3f6f7; padding:58px 0 52px; border-top:1px solid #d8d8d8;}
#index-bottom .type{ height:40px; padding:0 20px 0 26px; background:url(../../../images/index_25.png); line-height:40px; border-bottom:1px solid #e4e4e4;}
#index-bottom .type a{ float:right; color:#999;}
#index-bottom .type a:hover{ color:#0073cc;}
#index-bottom .type b{ color:#0073cc; font-size:14px;} 
#index-bottom .about{ width:998px; border:1px solid #e4e4e4; background:#fff; min-height:100px; margin:0 auto 20px;}
#index-bottom .about .content{ padding:20px 0; margin:0 20px; overflow:hidden; position:relative; color:#5d5d5d; line-height:2;}
/*广告图*/
.gg-img{ width:1000px; margin:0 auto 20px; display:block;}
.gg-img img{ display:block; width:100%;}
/**/
#news-box{ width:1000px; margin:auto;}
#news-box .left{ width:283px; float:left; background:#fff; border:1px solid #e5e5e5;}
#news-box .chang{ height:394px; margin-bottom:20px;}
#news-box .duan{ height:281px; margin-bottom:20px;}
#news-box .duan.left .list{ padding-top:13px;}
#news-box .left .list{ padding:9px 0; margin:0 7px;}
#news-box .left .list dl dt{ display:block; margin-bottom:11px;}
#news-box .left .list dl dt img{ display:block; width:270px; height:113px;}
#news-box .left .list dl dd{ display:block; height:30px; overflow:hidden;}
#news-box .left .list dl dd a{ display:block; height:30px; overflow:hidden; position:relative; line-height:30px;}
#news-box .left .list dl dd a b{ float:left; display:block; float:left; height:30px; width:16px; color:#4da616; font-size:18px;}
#news-box .left .list dl dd a:hover{color:#4da616;}
/**/
#news-box .right{width:695px; overflow:hidden; float:right; background:#fff; border:1px solid #e5e5e5;}

#news-box .right .list ul li{ display:block; width:319px; float:left; height:98px; padding:15px 13px 0px 14px;}
#news-box .right .list ul li .tu{ height:98px; float:left;}
#news-box .right .list ul li .tu img { width:130px; height:98px; margin-right:10px;}
#news-box .right .list ul li .title{ font-weight:bold; height:34px; line-height:32px; overflow:hidden; color:#4da616; font-size:14px; display:block;}
#news-box .right .list ul li  .demo{ line-height:20px; height:40px; overflow:hidden; color:#302f2f;}
#news-box .right .list ul li  .href{ height:20px; line-height:20px;}
#news-box .right .list ul li  .href a{ color:#1151a8;}
.link{background:#fff; border:1px solid #e5e5e5;}
.link .list{ padding:10px 20px; line-height:20px; color:#666;}
.link .list span{ margin:0 5px;}
.link .list a:hover{ color:#0E7BCF;}
/*首页end*/

/*footer*/
#foot-nav{}

#foot-nav{ position:relative; z-index:100; min-width:1000px; height:44px;  background:url(../../../images/ft_15.png) bottom repeat-x;}

#foot-nav .menu {
	width: 1000px;
	height: 44px;
	margin:auto;
	background:url(../../../images/ft_14.png) bottom left no-repeat;
}
#foot-nav .menu ul {
	display: block;
	height: 44px;
}
#foot-nav .menu ul li {
	display: block;
	float: left;
	width: 143px;
	height: 44px;
	position: relative;
	background:url(../../../images/ft_14.png) bottom right no-repeat;
}
#foot-nav .menu ul li.on{ width:142px;}
#foot-nav .menu ul li .a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	 color:#fff;
	overflow: hidden;
	text-align: center;

}
#foot-nav .menu ul li.on .a,#foot-nav .menu ul li:hover .a {
	font-weight:bold;
}




#footer {
	min-width: 1000px;
	margin: auto;
	background: #0067b6;
	color: #fff;
	padding: 20px 0 20px;
}

#footer .foot {
	width: 1000px;
	margin: auto;

	position: relative;

}

#footer .foot a {
	color: #fff
}
/*footer end*/
/*float*/
#float {
	position: fixed;
	z-index: 100;
	width: 40px;
	top: 50%;
	margin-top: -80px;
	right: 10px;
}
#float ul li {
	display: block;
	width: 38px;
	height: 38px;
	background-color: #dedede;
	border: 1px solid #dedede;
	margin-bottom: 1px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
#float ul li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
#float ul li.l1 {
	background-image: url(../../../images/index/index_23.png);
}
#float ul li.l2 {
	background-image: url(../../../images/index/index_26.png);
}
#float ul li.l3 {
	background-image: url(../../../images/index/index_28.png);
}
#float ul li.l4 {
	background-image: url(../../../images/index/index_30.png);
}
#float ul li.l5 {
	background-image: url(../../../images/index/index_34.png);
	display: none;
}
#float ul li.l2 img {
	display: block;
	width: 120px;
	position: absolute;
	left: -130px;
	top: 0px;
	max-width: 120px;
	box-shadow: 0 0 10px rgba(0,0,0,.175);
	display: none;
}
#float ul li.l2:hover img {
	display: block;
}
#float ul li.l4 .box {
	width: 160px;
	height: 30px;
	padding: 5px 10px;
	left: -180px;
	top: -1px;
	background: #1e4e41;
	color: #fff;
	line-height: 15px;
	position: absolute;
	display: none;
}
#float ul li.l4:hover .box {
	display: block;
}
#float ul li.l4 .box .text {
	height: 15px;
	overflow: hidden;
	position: relative;
}
#float ul li:hover {
	border: 1px solid #1E4E41;
	background-color: #fff;
}
/*float end*/

/*内页通用*/
body{ background:#f9f9f9;}
.banner{ width:100%; min-width:1000px; margin:auto; height:278px;}
.banner img{ width:1000px;}
.zi-main{width:998px;   margin:-65px auto 54px;margin:-25px auto 54px;  border:1px solid #e5e5e5; background:url(../../../images/zi_07.png) left repeat-y #fff;  }
/*left*/
.zi-left{ width:220px; float:left; padding-right:4px; background:;  }

.index-proclass{ width:220px;  margin-top:0px; position:relative; z-index:1000;}

.index-proclass-top{ height:80px; background:url(../../../images/zi_03.png); overflow:hidden; color:#fff974; line-height:80px; text-align:left; margin-top:-2px;  }
.index-proclass-top .cn{ font-size:24px; color:#1151a8; text-align:center;}

.proclass-line{ width:190px; height:1px; background:#1B7639; margin:auto;}
.index-proclass-main{ padding-top:3px; background:#fff;}
.index-proclass-main ul{ margin:auto; padding:0 0 0px 0;}
.index-proclass-main ul li{ display:block; height:32px;  border-bottom:1px dotted #d6d6d6; line-height:32px; overflow:hidden; font-size:14px; 
background:url(../../../images/zip_03.jpg) left no-repeat; }
.index-proclass-main ul li a{ display:block;  height:32px; color:#3d3d3d; padding-left:42px; position:relative; overflow:hidden; }
.index-proclass-main ul li a span{ display:block; width:10px; text-align:center; position:absolute; top:0px; left:10px; }

.index-proclass-main ul li a:hover,.index-proclass-main ul li.on a{  background:url(../../../images/zizi_03.png) left no-repeat;  color:#fff;}


.index-proclass-main ul .erji{  border:none; background:none; height:22px; font-size:12px;}
.index-proclass-main ul .erji a{ background:none !important; padding-left:43px !important; height:22px; line-height:22px;}
.index-proclass-main ul .erji a:hover,.index-proclass-main ul .erji.on a{  font-weight:bold; color:#1151a8 !important; }

.index-proclass-main ul .sanji{  background:url(../../../images/ab_jt1.png) -8px 12px no-repeat #f3f3f3;}
.index-proclass-main ul .sanji a{ background:none !important; padding-left:54px !important;}
.index-proclass-main ul .sanji a:hover,.index-proclass-main ul .sanji.on a{ font-weight:100 !important; color:#0080c1 !important; background:url(../../../images/ab_jt2.png) -8px 12px no-repeat #f3f3f3 !important; }

/*right*/
.zi-right{ width:690px; float:right; position:relative; margin-right:36px; padding-top:38px; }
.index-right-top{  height:37px; line-height:37px; font-size:18px;  color:#1151a8; border-bottom:2px solid #1151a8;}
.index-right-top-type{ float:left;}
.index-right-top-type a{  }
.zi-right-main{  line-height:2.0em;}
.zi-right-main .zi-view{ min-height:400px; padding:20px 0px; }





.pages, .pagelink{
	float:right;
	height:45px;
	margin: 0;
	margin-top:25px;
	margin-bottom:25px;
	padding:0px;
}
.pages a, .pages span, .pagelink a, .pagelink span{
    width:45px;
    height:45px;
    border:1px solid #808080;
    border-radius:50%;
    display:inline-block;
    text-align:center;
    line-height:45px;
    color:#808080;
    background:#ffffff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
	margin-right:15px;
}
.pages a.on, .pages a:hover, .pagelink a.on, .pagelink a:hover{ 
    color:#ffffff;
    background:#212224;
    border-color:#212224;	
}




/*分页*/
.fanye {
	padding: 25px 0;
	font-size: 14px;
	text-align: center;
}
.fanye a {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #1f1a17;
	margin: 0 5px 0 0;
	background: #fff;
	text-align: center;
	border: 1px solid #fff;
}
.fanye a:hover, .fanye a.cur {
	background: #0093dd;
	color: #fff;
	border: 1px solid #0093dd;
}
.fanye a.btn {
	font-family: "simsun";
	font-weight: bold;
	color: #bcbcbc;
}
.fanye a.btn:hover {
	color: #fff;
}
.fanye a.btn.null {
	color: #999;
	cursor: default !important;
	background: #eee !important;
	border: 1px solid #d6d6d6 !important;
}



.zi-right-main{  line-height:2.0em;}
.zi-right-main .zi-view{ min-height:400px; padding:20px 0px; }


/*内页通用 end*/

/*news-list*/
.zi-news-list{ }
.zi-news-list li{ display:block; height:105px; overflow:hidden; float:left; margin-bottom:23px; margin:0 2.5% 23px 0; width:47.5%;}
.news-list-img{ float:left; width:120px; height:97px; padding:3px; border:1px solid #d9d9d9; float:left; margin-right:10px;}
.zi-news-list li img{ height:97px; width:120px;}
.news-list-jj{ line-height:20px; height:105px; overflow:hidden;}

.news-list-jj .title{ font-weight:bold; font-size:14px; height:25px; overflow:hidden; color:#1151a8; line-height:25px; display:block;}
.news-list-jj .title a:hover{ color:#4da616;}

.news-list-jj .jj{ height:60px; overflow:hidden; color:#4f4f4f;}
.news-list-jj .more a{ color:#0080c1;}



#no-img{ height:35px; padding:0px; line-height:35px; margin:0px; width:100%; border-bottom:1px dotted #c6c6c6; color:#0b0b0b;}
#no-img .no-img-title{ width:500px; height:30px; overflow:hidden; float:left;}
#no-img .no-img-title b{ padding-right:13px; color:#1557b0;}
#no-img .no-img-rq{ float:right;}
#no-img a{ display:block; height:30px;} 
#no-img a:hover{ color:#1557b0;}
/*news-view*/
.news-view-title{ font-size:16px; font-weight:bold; text-align:center; padding-bottom:20px;}
.news-view-xx{ height:30px; background:#eee; text-align:center; line-height:30px; border:1px solid #e5e5e5;}
/*网站地图*/
.f-type{ font-size:18px;}
.friend-main{ width:950px; margin:auto; margin-top:60px; border:5px solid #327ebb; padding:20px; margin-bottom:20px;}
.map-box{ padding:10px 0; }
.map-box-top{ font-size:14px; font-weight:bold;}
.map-box ul{ padding:10px;}
.map-box ul li{ display:block; float:left; width:150px; height:30px; line-height:30px; overflow:hidden; position:relative;}
.map-box ul li a{ color:#111;}
.map-box ul li a:hover{ color:#327ebb;}

/*search-list*/
.search-list{   border-left:0px;border-right:0px; min-height:300px; padding:10px 0px}
.search-list li{ display:block; height:30px; overflow:hidden; border-bottom:1px dotted #666; line-height:30px;}
.search-list li a{ display:block; height:30px; overflow:hidden; color:#333;}
.search-list a:hover{ color:#0080c1;}
.search-list li a b{ color:#0080c1; margin-right:5px;}
.search-list a span{ height:30px;  float:right;}

/*city*/
#city{ width:1000px; margin:60px auto 30px; min-height:300px;}
#city .type{ font-size:18px; line-height:50px; margin-bottom:20px; border-bottom:1px solid #ddd;}
#city .list ul li{ display:block; position:relative; margin-bottom:10px; line-height:20px; padding-left:30px;}
#city .list ul li b{ position:absolute; top:0px; left:0px; color:#0067B6; font-size:16px;}
#city .list ul li  a{ font-size:14px; display:inline-block; *display:inline; *zoom:1; margin-right:20px;}
#city .list ul li  a:hover{ color:#0067B6;}

/*左侧*/


.curpage{ color:red !important;}/*高亮度*/

.clear, .clearboth { clear:both; display:block; height:0;font-size:0; overflow:hidden;}
